
num = 20;

if num < 200:
    if num > 100:
        print("awesome, between the range")